Click or drag to resize

ServiceReply Method (ReplyItem, MessageDisposition)

Sends reply message.

Namespace:  Independentsoft.Exchange
Assembly:  Independentsoft.Exchange (in Independentsoft.Exchange.dll) Version: 3.0.840.11238
Syntax
public ItemInfoResponse Reply(
	ReplyItem replyItem,
	MessageDisposition messageDisposition
)

Parameters

replyItem
Type: Independentsoft.ExchangeReplyItem
The reply item.
messageDisposition
Type: Independentsoft.ExchangeMessageDisposition
The message disposition.

Return Value

Type: ItemInfoResponse
ItemInfoResponse.
See Also